Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inital commit for Babelfish v2.12 #3051

Conversation

thephantomthief
Copy link
Contributor

This commit contains the following changes:

  • Add version info and upgrade test for 14.14.
  • Add upgrade schedule file for 14.14.
  • Update T-SQL extension version to 2.12.0 and add babelfishpg_tsql--2.11.0--2.12.0.sql upgrade script.

Signed-off-by: Sharu Goel [email protected]

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is under the terms of the Apache 2.0 and PostgreSQL licenses, and grant any person obtaining a copy of the contribution permission to relicense all or a portion of my contribution to the PostgreSQL License solely to contribute all or a portion of my contribution to the PostgreSQL open source project.

For more information on following Developer Certificate of Origin and signing off your commits, please check here.

This commit contains the following changes:
- Add version info and upgrade test for 14.14.
- Add upgrade schedule file for 14.14.
- Update T-SQL extension version to 2.12.0 and add
  babelfishpg_tsql--2.11.0--2.12.0.sql upgrade script.

Signed-off-by: Sharu Goel <[email protected]>
CALL sys.analyze_babelfish_catalogs();

-- Reset search_path to not affect any subsequent scripts
SELECT set_config('search_path', trim(leading 'sys, ' from current_setting('search_path')), false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: newline

@@ -2,6 +2,6 @@
# places during the build process

PGTSQL_MAJOR_VERSION=2
PGTSQL_MINOR_VERSION=11
PGTSQL_MINOR_VERSION=12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also update babelfish_version.h

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we expecting SQL changes to be backpatched to 14? We should confirm this first, otherwise no need to have an empty upgrade script.

@shardgupta shardgupta merged commit d47d57d into babelfish-for-postgresql:BABEL_2_X_DEV Oct 25, 2024
30 checks passed
@shardgupta shardgupta deleted the sharu-dev-2-12-dev branch October 25, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants